/* ----------------------------------------------------------------
Copyright (c) Demosphere International Inc.
No permission is granted for any purpose without prior
written consent from Demosphere International Inc.
-------------------------------------------------------------------*/

/* PAGE STRUCTURE */
* { box-sizing: border-box; }
body { margin: 0; padding: 0; height: 100%; background: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* Wrapper */
#design-wrapper { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }
#design-wrapper .container { width: 100%; max-width: 1400px; }
#design-wrapper .container-fluid { padding-left: 0; padding-right: 0; }

/* Header */
#design-header-wrapper { margin: 0; padding: 0; width: 100%; height: 200px; transition: all 0.3s ease-in-out; box-sizing: border-box; z-index: 401; }
#design-header-inner { position: relative; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 150px; background: #fff url('../images/header-bg.jpg') repeat-x; border-bottom: 3px solid #aaa; text-align: center; box-sizing: border-box; z-index: 401; }
#design-logo { position: absolute; top: 10px; left: calc(50% - 75px); z-index: 300; }
.design-logo { display: inline-block; height: 150px; transition: all 0.3s ease-in-out; }
#design-logo a { display: inline-block; }
#design-title { position: absolute; top: 40px; left: 60px; }
#design-title img { height: 70px; transition: all 0.3s ease-in-out; }
#design-leagues { position: absolute; top: 40px; right: 60px; text-align: right; }
#design-leagues img { display: inline-block; margin-left: 4px; height: 70px; transition: all 0.3s ease-in-out; }

#design-nav-wrapper { position: absolute; top: 150px; width: 100%; height: 50px; background: #004648 url('../images/shadow.png') repeat-x; text-align: center; box-sizing: border-box; }
#design-container-main-nav { margin: 0 auto; width: 100%; max-width: 1400px; height: 50px; box-sizing: border-box; }

/* Main */
#design-main { position: relative; }
#design-main-links { margin-left: 10%; margin-top: -500px; padding: 0; max-width: 600px; min-height: 500px; text-align: left; z-index: 1000; }
#design-main-top { display: inline-block; padding: 0; width: 100%; background: #005e62; box-sizing: border-box; }
.admin-mode #design-main-top { padding-top: 60px; }
#design-main-middle { position: relative; padding: 90px 0; background: #fff url('../images/pattern-bg.jpg') repeat-x; }
#design-main-middle:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 85px; background: url('../images/pattern-top-green.png') no-repeat top center / cover; }
#design-main-middle:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 85px; background: url('../images/pattern-bottom-black.png') no-repeat bottom center / cover; }
#design-main-bottom { position: relative; padding: 30px 0 15px 0; background: #000; text-align: center; }
#design-partners { position: relative; padding: 90px 0; background: #e9e9e9; text-align: center; }
#design-partners:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 85px; background: url('../images/pattern-top-black.png') no-repeat bottom center / cover; }
#design-partners:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 85px; background: url('../images/pattern-bottom-green.png') no-repeat bottom center / cover; }
#design-sitemap { padding: 30px 0 15px 0; background: #005e62; }
#design-sitemap:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 85px; background: url('../images/pattern-top-green.png') no-repeat top center / cover; }

.main-dept #design-main-top { padding: 90px 0 30px 0; background: #fff url('../images/pattern-bg.jpg') repeat-x; }
.main-dept #design-partners:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 85px; background: url('../images/pattern-top-white.png') no-repeat bottom center / cover; }

#design-container-9,
#design-container-10,
#design-container-11 { margin-bottom: 15px; padding: 10px; background: #fff; min-height: 470px; }
#design-sitemap .container { margin-bottom: 15px; }

#design-social-header { margin-bottom: 10px; padding: 0 5px 0 0; width: 100%; border-bottom: 1px solid #aaa; text-align: left; }
#design-social-header h2 { display: inline-block; font-family: 'futura-pt-condensed', sans-serif; font-size: 30px; font-weight: 700; color: #aaa; line-height: 40px; text-transform: uppercase; }
#design-social-links { float: right; text-align: right; }
#design-social-links a { margin-left: 10px; color: #aaa; font-size: 20px; line-height: 40px; text-decoration: none; transition: all ease-in-out .3s; }
#design-social-links a:hover { color: #fff; }
#design-social-links span { font-family: 'futura-pt-condensed', sans-serif; font-size: 17px; font-weight: 700; color: #aaa; line-height: 42px; text-transform: uppercase; }

/* Footer */
#design-footer { margin: 0; padding: 30px 0; width: 100%; height: 100%; background: #000; border-top: 5px solid #aaa; }
#design-footer #design-footer-left { float: left; }
#design-footer #design-footer-right { float: right; }

#design-footer #design-footer-left .design-copyright,
#design-footer #design-footer-left .design-copyright a { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 400; line-height: 1.5; color: rgba(255,255,255,0.5); text-decoration: none; }
#design-footer #design-footer-left .design-copyright:first-of-type { margin-top: 5px; font-weight: 700; }
#design-footer .dii-logo { height: 45px; }


/* CONTENT */

/* General */
body .dii-content { overflow: visible; position: relative; margin: 0; padding: 0; background: none; font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 15px; color: #000; }
body .dii-content a { color: #005e62; }
body .dii-content a:hover { color: #004648; }

/* Titles */
body .dii-content-title { padding: 0 0 5px 0; border-bottom: none; }
body .dii-content-title a { padding: 0; font-family: 'futura-pt-condensed', sans-serif; font-size: 32px; font-weight: 700; color: #005e62; line-height: 1.1; text-decoration: none; }
body .dii-content-title a:hover { color: #005e62; }

body .dii-content-calendar h2.dii-content-title,
body .dii-content-rawcode h2.dii-content-title { margin-bottom: 0; padding: 0 0 5px 0; font-family: 'futura-pt-condensed', sans-serif; font-size: 32px; font-weight: 700; color: #005e62; line-height: 1.1; }

/* Section Headers */
body .dii-content-header { margin: 0 0 5px 0; padding: 0 0 5px 0; height: 100%; box-sizing: border-box; }
body .dii-content-header:after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 5px; background: #005e62; }
body .dii-content-header h2 { position: relative; display: inline-block; padding: 0; height: 100%; font-family: 'futura-pt-condensed', sans-serif; font-size: 32px; font-weight: 700; color: #000; line-height: 1.0; text-transform: uppercase; box-sizing: border-box; }

body #design-sitemap .dii-content-header h2 { color: #fff; text-align: center; }
body #design-partners .dii-content-header:after,
body #design-sitemap .dii-content-header:after { display: none; }

body .main-dept #design-container-main .dii-content-header h2 { font-size: 45px; }
body .main-dept #design-container-main .dii-content-header h2:after { display: none; }

/* Images */
#design-main .dii-content .dii-content-title-photo,
#design-partners .dii-content .dii-content-title-photo,
#design-sitemap .dii-content .dii-content-title-photo { margin: 0 !important; padding: 0; border: none; }
#design-partners .dii-content.dii-content-image { display: inline-block; margin: 10px 15px; }
#design-partners .dii-content .dii-content-title-photo img { max-height: 120px; }

.design-program { margin-bottom: 15px; }
.design-program .dii-content-title-photo img { max-height: 450px; }
.design-program .dii-content-image h2.dii-content-title {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 280px;
  padding: 0;
  font-family: 'futura-pt-condensed', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
  vertical-align: middle;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.design-program .dii-content-image { display: table; position: relative; padding: 0; width: 100%; height: 280px; background: #000; }
.design-program .dii-content-image h2::before { position: absolute; z-index: -1; content: ''; display: block; width: 100%; height: 280px; top: 0; background: #000; opacity: 0.4; transition: all .3s ease-in-out; }
.design-program .dii-content-image:hover h2::before { opacity: .5; }
.design-program .dii-content-image > a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 280px; z-index: 4; }
.design-program .dii-content-image > a img { display: none !important; }
.design-program .dii-content .dii-content-title-photo { margin: 0; padding: 0; border: none; }
.design-program.program-odd .dii-content-image { background: #005e62; }

/* Links */
body .dii-content-linkview > a { padding: 10px 6px; font-size: 15px; font-weight: 400; color: #000; line-height: 1.2; transition: all 0.3s ease-in-out; }
body .dii-content-linkview > a:hover { color: #005e62; text-decoration: none; }
body .dii-content-linkview { margin: 0; padding: 0; border: none; }
body .dii-content-linkview:hover { }
body .dii-content-linkview a.dii-content-linkview-link { display: block; margin: 0; }
body .dii-content-linkview a.dii-content-linkview-link:hover { cursor: pointer; }
body .dii-content-linkview a.dii-content-linkview-link:last-of-type { border-bottom: none; }
body .dii-content-linkview a.dii-content-linkview-link span { background-image: none; }
body .dii-content-linkview a.dii-content-linkview-link i { display: none; }

body #design-main-links .dii-content-linkview > a { padding: 25px 20px; background: linear-gradient(to bottom, #00858b 0%,#005e62 100%); font-family: 'futura-pt-condensed', sans-serif; font-weight: 700; font-size: 34px; color: #fff; box-sizing: border-box; }
body #design-main-links .dii-content-linkview > a:hover { color: rgba(255,255,255,0.7); }
body #design-main-links .dii-content-linkview { margin-bottom: 10px; }
body #design-main-links .dii-content-linkview:hover { background: #005e62; transition: all 0.3s ease-in-out; }

/* Articles */
body .dii-content .dii-content-story { margin-top: 0; padding: 6px 0; border-top: none; color: #000; }
body .dii-content .dii-content-story,
body .dii-content .dii-content-story * { line-height: 1.5; }
body .dii-content .dii-content-story a { font-family: 'Montserrat', sans-serif; font-size: 15px; color: #005e62; transition: all 0.3s ease-in-out; }
body .dii-content .dii-content-story a:hover { color: #004648; text-decoration: none; }
body .dii-content-continue { margin: 0; text-align: left; }
body .dii-content-continue a { padding: 0 4px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 15px; color: #005e62; text-decoration: none; }
body .dii-content-continue a:hover { color: #004648; }
body .dii-content-continue a::before { content: "read more "; }
body .dii-content-continue a::after { content: "..."; }

body .dii-content-article > .dii-content-story h1 { margin: 0.5em 0 .25em 0; color: #005e62; }
body .dii-content-article > .dii-content-story h2 { margin: 0.325em 0 .125em 0; font-family: 'futura-pt-condensed', sans-serif; font-weight: 700 !important; color: #000; }
body .dii-content-article > .dii-content-story h3 { margin: 0.25em 0 .125em 0; padding: 0; font-family: 'futura-pt-condensed', sans-serif; font-weight: 700 !important; color: #005e62; }

body #design-main .dii-content .dii-content-story table { margin-bottom: 15px; width: 100%; font-family: 'Montserrat', sans-serif; font-size: 14px; border-collapse: collapse; }
body #design-main .dii-content .dii-content-story table th,
body #design-main .dii-content .dii-content-story table td { padding: 10px; border: 1px solid #ccc; font-size: 14px; }
body #design-main .dii-content .dii-content-story table th { background-color: #005e62; font-family: 'futura-pt-condensed', sans-serif; font-size: 18px; font-weight: 700; color: #fff; text-align: left; }
body #design-main .dii-content .dii-content-story table tr { background-color: #fff; }
body #design-main .dii-content .dii-content-story table tr:nth-child(even) { background-color: #f0f0f0; }

body .main-coaches #design-main { text-align: center; }
body .main-coaches #design-main .dii-content-header,
body .main-coaches #design-main .dii-content-header h2 { text-align: left !important; }
body .main-coaches #design-main .dii-content-article { display: inline-block; margin: 0 0.5% 1em 0.5%; padding: 0 10px; width: 24%; border: none; box-sizing: border-box; }
body .main-coaches #design-main .dii-content-article:first-of-type { margin-left: 0; }
body .main-coaches #design-main .dii-content-article:last-of-type { margin-right: 0; }
body .main-coaches #design-main .dii-content-article > .dii-content-story h2 { margin: 0; font-size: 30px; color: #005e62; line-height: 1.1; }
body .main-coaches #design-main .dii-content-article > .dii-content-story h3 { margin: 0 0 5px 0; font-size: 22px; color: #000; line-height: 1.1; }
body .main-coaches #design-main .dii-content-article > .dii-content-story { font-size: 15px; color: #000; }
body .main-coaches #design-main .dii-content-article .dii-content-title-photo { display: inline-block; }
body .main-coaches #design-main .dii-content-article img { display: block; margin: 20px 0 15px 0; width: 200px !important; height: 200px !important; border-radius: 50%; background-color: #fff; border: 2px solid #005e62; overflow: hidden; }

body #design-sitemap .dii-content-title a { font-size: 28px; color: #fff; text-transform: uppercase; }
body #design-sitemap .dii-content .dii-content-story { margin: 0; padding: 0; color: #fff; border-top: 0; }
body #design-sitemap .dii-content .dii-content-story * { font-size: 15px;  }
body #design-sitemap .dii-content .dii-content-story a { color: #fff; }
body #design-sitemap .dii-content .dii-content-story td { padding: 0 0 5px 0; font-family: 'Montserrat', sans-serif; font-size: 15px; color: #fff; }
body #design-sitemap .dii-content .dii-content-story a:hover { color: rgba(255,255,255,0.5); }
body #design-sitemap #design-container-14 .dii-content-story img { max-width: 45px !important; max-height: 45px !important; background: #aaa; transition: all 0.3s ease-in-out; }
body #design-sitemap #design-container-14 .dii-content-story img:hover { background: #b7b7b7; }

body .dii-content .dii-content-story a.btn-green,
body .dii-content .dii-content-story a.btn-grey { display: inline-block; padding: 12px 20px; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 500; line-height: 1.0; text-decoration: none; transition: all 0.3s ease-in-out; }
body .dii-content .dii-content-story a.btn-green { background: #62366e; color: #fff; }
body .dii-content .dii-content-story a.btn-green:hover { background: #713e7f; }
body .dii-content .dii-content-story a.btn-grey { background: #aaa; color: #000; }
body .dii-content .dii-content-story a.btn-grey:hover { background: #b7b7b7; }

body .dii-content.dii-content-event { margin-top: 4px; padding: 8px; }

/* Calendars -*/
body #dii-full-calendar { margin: 6px 28px; }
body .dii-calendar-wall table td { padding: 0; }
body .dii-calendar-wall .fc-button { margin-bottom: 2px; }
body .dii-calendar-wall .fc-header-title { padding: 2px 4px; font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 700; color: #005e62; }
body .dii-calendar-upcoming-events { font-size: 14px; color: #000; }
body .dii-calendar-upcoming-events .dii-bold { font-weight: 400; }
body .dii-calendar-upcoming-events .dii-center { text-align: left; }
body .dii-calendar-upcoming-events li { padding: 5px 8px; font-weight: 400; }
body .dii-calendar-upcoming-events li:hover {  }
body .dii-calendar-upcoming-events li h4 { padding: 2px 0 0 0; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; color: #005e62; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a { padding: 2px 0 0 0; font-size: 15px; font-weight: 400; color: #000; line-height: 1.2; text-decoration: none; }
body .dii-calendar-upcoming-events li h3 a:hover { background: none; font-weight: 400; color: #005e62; }

/* Rawcode */
body .dii-content.dii-content-rawcode > iframe { padding: 0; }

/* Responsive Rotator */
body .dii-content.dii-content-rotator { margin: 0; box-sizing: border-box; }
body .dii-content.dii-content-rotator .dii-rotator-wrapper { max-height: 650px; }
body .dii-content.dii-content-rotator article { background-color: #005e62; }

body .dii-content-rotator .list-none { min-height: 100px; }
body .dii-content-rotator article .article-wrapper { background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1.0) 100%); }
body .dii-content-rotator article .article-inner { padding: 50px 20px; background-color: rgba(0, 0, 0, 0); text-align: center; }
body .dii-content-rotator article h2 { margin: 0 0 10px 0 !important; }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { font-family: 'futura-pt-condensed', sans-serif; font-size: 45px; font-weight: 400; color: #fff; line-height: 1.0; text-transform: uppercase; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator article h2 a:hover { background: none; color: #98caea; text-decoration: none; }
body .dii-content-rotator article h3 { margin-bottom: 10px; padding: 6px 0 0 6px; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 400; color: #fff; }
body .dii-content-rotator article .article-more { color: #98caea; font-family: 'futura-pt-condensed', sans-serif; font-size: 16px; font-weight: 400; }
body .dii-content-rotator article .article-more:hover { background: none; border: none; color: #fff; }
body .dii-content-rotator article .article-more:before { content: "read more"; }
body .dii-content-rotator article .article-more:after { content: ""; }
body .dii-content-rotator .dii-rotator-nav { top: auto; left: auto; bottom: 10px; width: 100%; background: none; border: none; text-align: center; }
body .dii-content-rotator .dii-rotator-nav i { font-size: 14px; color: rgba(255,255,255,0.5); }
body .dii-content-rotator .dii-rotator-nav i.rotator-active { color: #fff; }
body .dii-content-rotator .dii-rotator-nav i:hover:not(.fa-circle) { color: #fff; }
body .dii-content-rotator .rotator-group .group-nav:hover { background: none; text-decoration: none; }
body .dii-content-rotator .rotator-group .group-item span { opacity: 1.0; background: rgba(255,255,255,0.7); font-family: 'futura-pt-condensed', sans-serif; font-size: 20px; font-weight: 700; color: #000; line-height: 1.0; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator .rotator-group .group-item span:hover { background: rgba(255,255,255,1.0); color: #002857; }


/* MENUS */
#design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { display: block; height: 50px; margin: 0; padding: 0 30px; background: none; border: none; font-family: 'futura-pt-condensed', sans-serif; font-size: 22px; font-weight: 700; color: #fff; line-height: 50px; text-align: center; text-transform: uppercase; transition: all 0.2s ease-in-out; }
#design-container-main-nav .dii-content-nav-menu > ul > li:hover > a.dii-sub-menu-link { background: #000; color: #fff; cursor: pointer; }
#design-container-main-nav .dii-content-nav-menu.theme-none ul li:hover { background: none; }
#design-container-main-nav .dii-content-nav-menu > ul ul { background-color: #000; }
#design-container-main-nav .dii-content-nav-menu ul ul li a { color: #fff; padding: 14px; }
#design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 50px; }
#design-container-main-nav .dii-content-nav-menu > ul ul li > a { font-family: 'futura-pt-condensed', sans-serif; font-size: 18px; font-weight: 500; color: #fff; line-height: 1.1; letter-spacing: 0; text-align: left; }
#design-container-main-nav .dii-content-nav-menu > ul ul li > a:hover { background: #005e62; transition: all 0.3s ease-in-out; }
#design-container-main-nav .dii-content-nav-menu.horizontal li.dii-menu-item-sub-menu > a.dii-sub-menu-icon::before { content: "\f0da"; color: rgba(255, 255, 255, 0.4); }

#design-sitemap .dii-content-nav-menu.theme-none > ul { margin: 0; }
#design-sitemap .dii-content-nav-menu.theme-none > ul > li > a.dii-sub-menu-link { padding: 0 0 12px 0; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; color: #fff; line-height: 1.4; }
#design-sitemap .dii-content-nav-menu.theme-none > ul > li:hover > a.dii-sub-menu-link { background: none; color: rgba(255,255,255,0.5); }
#design-sitemap .dii-content-nav-menu.theme-none ul li:hover { background: none; }

#design-main .dii-content-nav-menu.theme-dark > ul { background: none; border: none; border-radius: 0; box-shadow: none; z-index: 10; }
#design-main .dii-content-nav-menu.theme-dark > ul > li > a.dii-sub-menu-link { margin: 0 0 3px 0; padding: 10px; border-radius: 0; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 400; text-transform: none; line-height: 1.0; letter-spacing: 0; }
#design-main .dii-content-nav-menu:not(.theme-none):not(.dii-is-mobile) > ul > li.dii-menu-item-sub-menu:hover > ul,
#design-main .dii-content-nav-menu:not(.theme-none) > ul > li.dii-menu-item-sub-menu > ul.show { top: 34px; left: 0; }
#design-main .dii-content-nav-menu.theme-dark > ul > li > a.dii-sub-menu-link { background: #005e62; border: none; color: #fff; }
#design-main .dii-content-nav-menu.theme-dark > ul > li > a.dii-sub-menu-link:hover { background: #00767b; color: #fff; border-radius: 0; cursor: pointer; }
#design-main .dii-content-nav-menu.theme-dark > ul > li > a:before,
#design-main .dii-content-nav-menu.theme-dark > ul > li.dii-menu-item-sub-menu > a:after { display: none; }
#design-main .dii-content-nav-menu.theme-dark > ul > li:hover > a,
#design-main .dii-content-nav-menu.theme-dark ul ul li:hover > a { background: #00767b; color: #fff; }
#design-main .dii-content-nav-menu.theme-dark ul ul li:first-child > a,
#design-main .dii-content-nav-menu.theme-dark ul ul li:last-child > a { border-radius: 0; }
#design-main .dii-content-nav-menu.theme-dark ul ul li.dii-menu-item-sub-menu:hover > a,
#design-main .dii-content-nav-menu.theme-dark ul ul li.dii-menu-item-link:hover > a { background: #00767b; color: #fff; }
#design-main .dii-content-nav-menu.theme-dark ul ul::after { border: 0 none; }
#design-main .dii-content-nav-menu.theme-dark ul ul ul::after { border-right-color: #fff; }
#design-main .dii-content-nav-menu.theme-dark ul ul { border-radius: 0; border: none; background-color: #005e62; box-shadow: none; }
#design-main .dii-content-nav-menu.theme-dark ul ul li a { padding: 10px; border-radius: 0; font-size: 14px; font-weight: normal; color: #fff; line-height: 1.2; letter-spacing: 0; text-decoration: none; }
#design-main .dii-content-nav-menu.theme-dark ul ul li.dii-menu-item-sub-menu > a::after { border-left-color: #005e62; }

/* MOBILE */
@media screen and (max-width: 1400px) {

  #design-main-links { margin-left: 40px; margin-top: -400px; min-height: 400px; max-width: 550px; }
  body #design-main-links .dii-content-linkview > a { padding: 25px 20px; font-size: 26px; }
  body .dii-content.dii-content-rotator .dii-rotator-wrapper { max-height: 500px; }

}

@media screen and (max-width: 1200px) {

  #design-header-wrapper { height: 168px; }
  #design-header-inner { height: 120px; }
  #design-logo { left: calc(50% - 60px); }
  .design-logo { height: 120px; }
  #design-title { top: 35px; left: 15px; }
  #design-title img { height: 50px; }
  #design-leagues { top: 35px; right: 15px; }
  #design-leagues img { height: 50px; }

  #design-nav-wrapper { top: 120px; }
  #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { padding: 0 25px; font-size: 21px; }

  #design-main-links { margin-left: 20px; max-width: 500px; }
  body #design-main-links .dii-content-linkview > a { padding: 20px; font-size: 24px; }
  body .dii-content.dii-content-rotator .dii-rotator-wrapper { max-height: 420px; }

}

@media screen and (min-width: 1025px) {

  .admin-mode #design-header-wrapper.design-fixed { top: 70px; }
  #design-header-wrapper.design-fixed { position: fixed; top: 0; height: 161px; box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2); border-bottom: 1px solid #fff; }
  #design-header-wrapper.design-fixed #design-header-inner { height: 110px; }
  #design-header-wrapper.design-fixed #design-logo { left: calc(50% - 55px); }
  #design-header-wrapper.design-fixed .design-logo { height: 110px; }
  #design-header-wrapper.design-fixed #design-title,
  #design-header-wrapper.design-fixed #design-leagues { top: 30px; }
  #design-header-wrapper.design-fixed #design-title img,
  #design-header-wrapper.design-fixed #design-leagues img { height: 50px; }
  #design-header-wrapper.design-fixed #design-nav-wrapper { top: 110px; }
  #design-main.design-fixed { margin-top: 200px; }
  #design-main:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 85px; background: url('../images/pattern-top-dark-green.png') no-repeat top center / cover; z-index: 400; }

  #design-leagues img { margin-left: 5px; }

}

@media screen and (max-width: 1024px) {

  #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { padding: 0 20px; font-size: 20px; }

  #design-main-links { margin-left: 20px; margin-top: -375px; min-height: 375px; }
  body #design-main-links .dii-content-linkview > a { padding: 20px; font-size: 24px; }

  body .main-coaches #design-main .dii-content-article { width: 31%; }

  body .dii-content.dii-content-rotator .dii-rotator-wrapper { max-height: 360px; }

}

@media screen and (max-width: 1000px) {

  body .ui-widget-header { color: #fff; }

}

@media screen and (max-width: 900px) {

  #design-header-wrapper { height: 158px; }
  #design-header-inner { height: 110px; }
  #design-logo { left: calc(50% - 55px); }
  .design-logo { height: 110px; }
  #design-title { top: 35px; }
  #design-title img { height: 40px; }
  #design-leagues { top: 35px; }
  #design-leagues img { height: 40px; }

  #design-nav-wrapper { top: 110px; }
  #design-nav-wrapper #design-container-main-nav { padding: 0; }
  #design-nav-wrapper #design-container-main-nav #ww-btn-main-nav {
    padding: 0 10px;
    height: 49px;
    background: none;
    border: 0 none;
    font-family: 'futura-pt-condensed', sans-serif;
  	font-size: 20px;
  	font-weight: 700;
  	color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    box-sizing: border-box;
  }
  #design-nav-wrapper #design-container-main-nav { padding: 0; }
  #design-nav-wrapper #design-container-main-nav #ww-btn-main-nav { padding: 0 10px; height: 49px; line-height: 49px; }
  #design-nav-wrapper #design-container-main-nav #ww-btn-main-nav i { margin: 0 10px 0 0; height: 49px; line-height: 49px; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul { padding: 5px; width: 100%; background: #002d2f url('../images/shadow.png') repeat-x; box-sizing: border-box; z-index: 201; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { padding: 0 10px; width: 100%; height: auto; background-image: none; font-size: 19px; color: #fff; line-height: 40px; text-align: left; text-shadow: none; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link:after { content: ''; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li:hover > a.dii-sub-menu-link { background: #005e62; color: #fff; border-radius: 0; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 40px; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu.horizontal li.dii-menu-item-sub-menu > a.dii-sub-menu-icon::before { line-height: 40px !important; }

  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu ul li ul.show,
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu:not(.dii-is-mobile) ul li:hover > ul { left: 0; width: 100%; background: #222; }

  #design-main .dii-content.dii-content-nav-menu > ul > li.dii-menu-item-sub-menu > .dii-sub-menu-icon { display: none; }

}

@media screen and (max-width: 850px) {

  #design-main-links { margin-left: 0; margin-top: -270px; min-height: 250px; max-width: 400px; }
  body #design-main-links .dii-content-linkview > a { margin-bottom: 10px; padding: 15px; font-size: 20px; }

  body .dii-content.dii-content-rotator .dii-rotator-wrapper { max-height: 315px; }

  .design-header-image .dii-content-image h2 { font-size: 35px !important; }
  .design-header-image .dii-content-image,
  .design-header-image .dii-content-image h2::before,
  .design-header-image .dii-content-image > a,
  .design-header-image .dii-content-image h2 { height: 200px; }

}

@media screen and (max-width: 768px) {

  body .dii-content.dii-content-rotator .dii-rotator-wrapper { max-height: 270px; }

}

@media screen and (max-width: 667px) {

  #design-header-wrapper { height: 158px; }
  #design-header-inner { height: 110px; }
  #design-logo { left: 15px; }
  .design-logo { height: 90px; }
  #design-title { display: none; }

  #design-main-links { margin-top: -240px; min-height: 210px; max-width: 325px; }
  body #design-main-links .dii-content-linkview > a { padding: 14px; font-size: 20px; text-align: center; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); }
  body .dii-content.dii-content-rotator .dii-rotator-wrapper { height: 280px; }

  body .main-coaches .dii-content-header h2 { font-size: 28px; }
  body .main-coaches #design-main .dii-content-article { width: 48%; }
  body .main-coaches #design-main .dii-content-article > .dii-content-story h2 { font-size: 28px; }
  body .main-coaches #design-main .dii-content-article > .dii-content-story h3 { font-size: 20px; }
  body .main-coaches #design-main .dii-content-article img { width: 180px !important; height: 180px !important; }

  #design-footer { margin: 0; width: 100%; }
  #design-footer #design-footer-left,
  #design-footer #design-footer-right { display: block; margin: 0; width: 100%; text-align: center; }
  #design-footer #design-footer-right { margin-top: 10px; }

}

@media screen and (max-width: 480px) {

  #design-header-wrapper { height: 148px; }
  #design-header-inner { height: 100px; }
  .design-logo { height: 80px; }
  #design-leagues { top: 30px; }
  #design-leagues img { height: 35px; }

  #design-nav-wrapper { top: 100px; }

  #design-main-links { margin-top: 0; padding: 15px 0 5px 0; min-height: 0; max-width: 100%; background: #005e62; box-sizing: border-box; }

  body .dii-content.dii-content-rotator .dii-rotator-wrapper { max-height: 170px; }

  .design-header-image .dii-content-image h2 { font-size: 30px !important; }
  .design-header-image .dii-content-image,
  .design-header-image .dii-content-image h2::before,
  .design-header-image .dii-content-image > a,
  .design-header-image .dii-content-image h2 { height: 150px; }

}

@media only screen and (max-width: 450px) {

  #design-main div.container { padding: 0 10px; }
  body .dii-content.dii-content-rotator .dii-rotator-wrapper { max-height: 150px; }

}

@media screen and (max-width: 375px) {

  #design-header-wrapper { height: 138px; }
  #design-header-inner { height: 90px; }
  .design-logo { height: 70px; }
  #design-leagues { top: 25px; }
  #design-leagues img { height: 30px; }

  #design-nav-wrapper { top: 90px; }

  body .main-coaches #design-main .dii-content-article { width: 98%; }

  body .dii-content.dii-content-rotator .dii-rotator-wrapper { max-height: 135px; }

}
